.bannerSwiper .swiper-pagination {
  bottom: 20px;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: none;
  opacity: 1;
  position: relative;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #1171be;
  box-sizing: border-box;
}

.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #1171be;
}

.sec1 .ul1 li {
  width: 16.65%;
  float: left;
  padding: 12px;
  box-sizing: border-box;
}

.sec1 .ul1 li a {
  display: block;
  line-height: 46px;
  background: #1171be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 23px;
}

.sec1 .ul2 li {
  width: 50%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.sec1 .ul2 li a {
  display: block;
  padding: 40px 40px 0 60px;
  overflow: hidden;
  background: linear-gradient(0, #d4e7f7 50%, #ebf5fd 99%);
}

.sec1 .ul2 li .text {
  margin-right: 34%;
}

.sec1 .ul2 li .text h3 {
  font-size: 30px;
  width: 150%;
}

.sec1 .ul2 li .text p {
  font-size: 17px;
  margin: 30px 0;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sec1 .ul2 li .text span {
  display: block;
  border: 1px solid #98999b;
  width: 140px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  border-radius: 20px;
}

.sec1 .ul2 li .text span:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #1171be url(../images/common/more.png) no-repeat center;
  background-size: 10px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 6px;
}

.sec1 .ul2 li a .img {
  width: 30%;
  margin-top: -30%;
  float: right;
}

.sec1 .ul3 li {
  width: 33.33%;
  padding: 20px;
}

.sec1 .ul3 li a {
  padding: 30px 30px 0;
}

.sec1 .ul3 li a .img {
  width: 100%;
  margin-top: 40px;
  float: inherit;
  overflow: hidden;
}

.sec1 .ul3 li .text {
  margin-right: 0%;
}

.sec1 .ul3 li .text h3 {
  font-size: 26px;
}

.sec1 .ul3 li .text p {
  font-size: 16px;
  margin: 20px 0;
}

.sec .more a {
  display: block;
  margin: 0 auto 30px;
  border-radius: 5px;
  text-align: center;
  background: #1171be;
  width: 80px;
  padding: 8px 0;
}

.sec .more a img {
  width: 30px;
}

.sec3 .box ul {
  position: relative;
}

.sec3 .box .pic .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.sec3 .box ul {
  overflow: hidden;
  background: #dee;
}

.sec3 .box li {
  width: 25%;
  float: left;
}

.sec3 .box a {
  display: block;
  padding: 150px 20% 320px;
  border-right: 1px solid #efefef;
  color: #fff;
  position: relative;
  z-index: 100;

  background: rgba(0, 0, 0, 0.25);
}

.sec3 .box a h3 {
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.sec3 .box a b {
  display: block;
  width: 50px;
  height: 3px;
  background: #1171be;
  margin: 35px 0 20px;
}

.sec3 .box a p {
  line-height: 30px;
  font-size: 16px;
  height: 90px;
  overflow: hidden;
}

.sec3 .box a span {
  display: block;
  width: 135px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 17px;
  text-align: center;
  font-size: 16px;
  transform: translateY(80px);
  opacity: 0;
  transition: 0.3s;
}

.sec3 .box li:hover a span {
  transform: translateY(30px);
  opacity: 1;
}

.sec3 .box li:hover a {
  background: none;
}

.sec3 .box li:last-child a {
  border-right: none;
}

.sec4 {
  padding: 30px 0 0;
}

.sec4 .text {
  padding: 0 20%;
  text-align: center;
}

.sec4 .text p {
  font-size: 16px;
  line-height: 36px;
}

.sec4 a.mor {
  display: block;
  width: 160px;
  line-height: 50px;
  border: 1px solid #1171be;
  color: #1171be;
  font-size: 15px;
  border-radius: 25px;
  text-align: center;
  margin: 30px auto 40px;
}

.sec4 .box {
  padding: 140px 0;
  background: url(../images/index/bg7.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

.sec4 .box li {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  position: relative;
}

.sec4 .box li:after {
  content: "";
  width: 4px;
  height: 40px;
  background: #1171be;
  position: absolute;
  right: -2px;
  top: 0;
}

.sec4 .box li:last-child {
  border-right: none;
}

.sec4 .box li:last-child:after {
  display: none;
}

.sec4 .box li strong {
  font-size: 70px;
}

.sec4 .box li span {
  font-size: 30px;
  font-weight: 500;
}

.sec4 .box li p {
  font-size: 20px;
}

.sec2 {
  background: url(../images/index/bg2.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  padding: 30px 0 0;
}

.sec2 li {
  width: 25%;
  float: left;
  padding: 30px;
  box-sizing: border-box;
}

.sec2 li a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.sec2 li a .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 81%;
  padding: 20px 30px;
  background: #fff;
  overflow: hidden;
  color: #1171be;
  transition: 0.3s;
}

.sec2 li a .text:after {
  content: "";
  width: 76px;
  height: 81px;
  position: absolute;
  right: 0;
  top: 0px;
  background: #1171be url(../images/common/more.png) no-repeat center;
}

.sec2 li a .text h3 {
  line-height: 40px;
  font-size: 20px;
  padding-right: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec2 li a .text p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 20px 0 30px;
}

.sec2 li a .text span {
  display: inline-block;
  width: 120px;
  line-height: 30px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  text-align: center;
  font-size: 13px;
  text-align: center;
}

.sec2 li a .text span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/more.png) no-repeat center;
  background-size: 10px;
  margin-left: 10px;
}

.sec2 li:nth-child(odd) a {
  padding-bottom: 80px;
}

.sec2 li:nth-child(even) a {
  padding-top: 80px;
}

.sec2 li:nth-child(even) a .text {
  bottom: 81%;
  top: 0;
}

.sec2 li:nth-child(odd):hover a .text {
  background: #1171be;
  top: 40%;
}

.sec2 li:nth-child(even):hover a .text {
  background: #1171be;
  bottom: 40%;
}

.sec2 li:hover a .text {
  color: #fff;
}

.sec2 li:hover a .text:after {
  display: none;
}

.sec5 {
  background: url(../images/index/sec5bg.jpg) no-repeat center;
  padding: 20px 0 10px;
}

.sec5 .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(17, 113, 190, 0.5);
}

.sec5 .swiper-slide h3 {
  font-size: 20px;
  line-height: 80px;
  background: #1171be;
  text-align: center;
  margin-top: -6px;
  color: #fff;
}

.sec5 .swiper-slide h3 a {
  color: #fff;
  display: block;
}

.sec5 .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
}

.sec5 .swiper-slide-active,
.sec5 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.sec5 .swiper {
  padding-bottom: 50px;
  margin-bottom: 20px;
}

.sec5 .swiper-pagination span {
  width: 14px;
  height: 14px;
}

.sec5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 7px;
}

.sec6 {
  padding: 20px 0 40px;
  background: url(../images/index/dd_bg.png) #daebf8 repeat;
}

.sec6 .ul1 {
  background: #fff;
  padding: 0 4%;
}

.sec6 .ul1 li {
  float: left;
  width: 33.33%;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
}

.sec6 .ul1 li:last-child {
  border-right: none;
}

.sec6 .ul1 li a {
  display: block;
  padding: 50px 40px;
  transition: 0.3s;
}

.sec6 .ul1 li:hover {
  border-right: none;
}

.sec6 .ul1 li:hover a {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.sec6 .ul1 li a span.time {
  display: block;
  padding-left: 30px;
  background: url(../images/index/time.png) no-repeat center left;
  background-size: 16px;
  line-height: 20px;
  font-size: 14px;
  color: #1171be;
}

.sec6 .ul1 li a h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec6 .ul1 li a span.mor {
  display: block;
  margin: 55px 0;
  width: 135px;
  line-height: 48px;
  font-size: 15px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  background: #1171be;
}

.sec6 .ul1 li .pho {
  overflow: hidden;
}

.sec6 .ul1 li .pho img {
  transition: 0.3s;
}

.sec6 .ul1 li:hover .pho img {
  transform: scale(1.01);
}

.sec6 .ul2 li {
  width: 33.33%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}

.sec6 .ul2 li a {
  display: block;
  padding: 36px 36px 40px;
  background: #fff;
  position: relative;
}

.sec6 .ul2 li a h3 {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  padding-right: 50px;
  background: url(../images/index/icon1.png) no-repeat right 20px center;
  background-size: 17px;
  transition: 0.3s;
}

.sec6 .ul2 li:hover a h3 {
  background-position: right 0 center;
}

.sec6 .ul2 li a p {
  font-size: 15px;
  line-height: 30px;
  height: 60px;
  margin: 10px 0 22px;
  overflow: hidden;
}

.sec6 .ul2 li a span {
  display: block;
  float: right;
  padding-left: 24px;
  width: 80px;
  text-align: right;
  color: #1171be;
  background: url(../images/index/time.png) left center no-repeat;
  background-size: 17px;
}

.sec6 .ul2 li a b {
  display: block;
  width: 45px;
  height: 45px;
  background: url(../images/index/icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 40px;
  bottom: 18px;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
  .sec3 .box a {
    padding-bottom: 270px;
  }

  .sec4 .text {
    padding: 0 10%;
  }

  .sec4 .box li strong {
    font-size: 60px;
  }

  .sec2 li:nth-child(even) a {
    padding-top: 82px;
  }

  .sec2 li:nth-child(odd) a {
    padding-bottom: 82px;
  }

  .sec2 li a .text {
    padding: 20px 14px;
    top: 78%;
  }

  .sec2 li:nth-child(even) a .text {
    bottom: 78%;
  }

  .sec2 li a .text:after {
    height: 83px;
  }

  .sec6 .ul1 li a span.mor {
    margin: 36px 0;
    line-height: 42px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
  .sec3 .box a {
    padding-bottom: 250px;
  }

  .sec3 .box a h3 {
    font-size: 26px;
  }

  .sec3 .box a b {
    margin: 24px 0;
  }

  .sec4 a.mor {
    line-height: 45px;
  }

  .sec2 li:nth-child(even) a {
    padding-top: 70px;
  }

  .sec2 li:nth-child(odd) a {
    padding-bottom: 70px;
  }

  .sec2 li a .text {
    padding: 14px 12px;
    top: 80%;
  }

  .sec2 li a .text:after {
    height: 70px;
  }

  .sec2 li:nth-child(even) a .text {
    padding: 14px 12px;
    bottom: 80%;
  }

  .sec2 li a .text p {
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    margin: 10px 0 20px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .sec1 .ul1 li {
    padding: 10px 8px;
  }

  .sec1 .ul1 li a {
    line-height: 42px;
    font-size: 15px;
  }

  .sec1 .ul2 li .text p {
    font-size: 15px;
    line-height: 28px;
    height: 56px;
  }

  .sec3 .box a {
    padding: 120px 10% 220px;
  }

  .sec3 .box a h3 {
    font-size: 22px;
  }

  .sec3 .box a p {
    font-size: 15px;
    line-height: 25px;
    height: 75px;
  }

  .sec4 .text {
    padding: 0 8%;
  }

  .sec4 .text p {
    font-size: 15px;
    line-height: 28px;
  }

  .sec4 a.mor {
    width: 140px;
    line-height: 40px;
  }

  .sec4 .box li strong {
    font-size: 50px;
  }

  .sec4 .box li p {
    font-size: 16px;
  }

  .sec2 li:nth-child(odd) a {
    padding-bottom: 60px;
  }

  .sec2 li:nth-child(even) a {
    padding-top: 60px;
    line-height: 60px;
  }

  .sec2 li a .text:after {
    background-size: 20px;
    line-height: 60px;
    height: 60px;
  }

  .sec2 li a .text h3 {
    font-size: 17px;
  }

  .sec2 li:nth-child(odd):hover a .text {
    background: #1171be;
    top: 30%;
  }

  .sec2 li:nth-child(even):hover a .text {
    background: #1171be;
    bottom: 30%;
  }

  .sec5 .swiper-slide h3 {
    font-size: 18px;
    line-height: 60px;
  }

  .sec6 .ul1 li a span.mor {
    margin: 20px 0;
    width: 120px;
    line-height: 32px;
  }

  .sec6 .ul1 li a h3 {
    font-size: 20px;
  }

  .sec6 .ul2 li a h3 {
    font-size: 18px;
  }

  .sec6 .ul2 li a b {
    width: 38px;
    height: 38px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
  .sec3 .box a {
    padding: 110px 10% 200px;
  }

  .sec3 .box a h3 {
    font-size: 18px;
  }

  .sec3 .box a p {
    font-size: 14px;
  }

  .sec3 .box a span {
    width: 120px;
    line-height: 30px;
  }

  .sec .more a img {
    width: 24px;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 60%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px;
  }

  .bannerSwiper .swiper-pagination {
    bottom: 10px;
  }

  .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .bannerSwiper .swiper-pagination .swiper-pagination-bullet:after {
    width: 9px;
    height: 9px;
  }

  .sec1 .ul1 {
    padding: 0 10px;
  }

  .sec1 .ul1 li {
    width: 50%;
    padding: 5px 10px;
  }

  .sec1 .ul1 li a {
    line-height: 36px;
    font-size: 15px;
    border-radius: 18px;
  }

  .sec1 .ul2 li {
    width: 100%;
    float: inherit;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .sec1 .ul2 li a {
    padding: 20px 20px 0 20px;
  }

  .sec1 .ul2 li .text {
    margin-right: 30%;
  }

  .sec1 .ul2 li .text h3 {
    font-size: 18px;
  }

  .sec1 .ul2 li .text p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 24px;
    height: 72px;
  }

  .sec1 .ul2 li .text span {
    width: 120px;
    font-size: 12px;
  }

  .sec1 .ul2 li .text span:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-size: 8px;
    top: 4px;
  }

  .sec1 .ul2 li a .img {
    margin-top: -40%;
  }

  .sec1 .ul3 li {
    width: 100%;
    padding: 10px 20px;
  }

  .sec1 .ul3 li a {
    padding: 20px 20px 0;
  }

  .sec1 .ul3 li a .img {
    margin-top: 20px;
  }

  .sec1 .ul3 li .text {
    margin-right: 0%;
  }

  .sec1 .ul3 li .text h3 {
    font-size: 18px;
  }

  .sec1 .ul3 li .text p {
    font-size: 14px;
    margin: 10px 0;
  }

  .sec .more a img {
    width: 24px;
  }

  .sec3 .box ul {
    background: none;
    padding: 0 10px;
  }

  .sec3 .box li {
    width: 50%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    float: left;
  }

  .sec3 .box a {
    padding: 0;
    border-right: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #333;
  }

  .sec3 .box a h3 {
    font-size: 16px;
    margin: 5px;
  }

  .sec3 .box a b {
    width: 30px;
    height: 2px;
    margin: 8px auto 10px;
  }

  .sec3 .box a p {
    line-height: 20px;
    font-size: 14px;
    height: 40px;
    margin: 0 5px;
  }

  .sec3 .box a span {
    width: 110px;
    line-height: 30px;
    border: 1px solid #1171be;
    border-radius: 17px;
    font-size: 14px;
    transform: translateY(0px);
    margin: 10px auto 30px;
    opacity: 1;
  }

  .sec3 .box li:hover a span {
    transform: translateY(0px);
    opacity: 1;
  }

  .sec4 {
    padding: 10px 0 0;
  }

  .sec4 .text {
    padding: 0 20px;
  }

  .sec4 .text p {
    font-size: 15px;
    line-height: 30px;
  }

  .sec4 a.mor {
    width: 110px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    margin: 20px auto;
  }

  .sec4 .box {
    display: none;
  }

  .sec2 {
    padding: 10px 0 0;
  }

  .sec2 li {
    width: 50%;
    padding: 10px;
  }

  .sec2 li a {
    box-shadow: 0 0 8px rgba(17, 113, 190, 0.5);
  }

  .sec2 li a .text {
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    padding: 0;
  }

  .sec2 li a .text:after {
    width: 36px;
    height: 40px;
    background-size: 20px;
  }

  .sec2 li a .text h3 {
    line-height: 40px;
    padding: 0 40px 0 8px;
    font-size: 16px;
  }

  .sec2 li a .text p {
    display: none;
  }

  .sec2 li a .text span {
    display: none;
  }

  .sec2 li a .text span:after {
    display: none;
  }

  .sec2 li:nth-child(odd) a {
    padding-bottom: 0px;
  }

  .sec2 li:nth-child(even) a {
    padding-top: 0px;
  }

  .sec2 li:nth-child(even) a .text {
    bottom: inherit;
    top: inherit;
  }

  .sec2 li:nth-child(odd):hover a .text {
    background: #fff;
    top: inherit;
  }

  .sec2 li:nth-child(even):hover a .text {
    background: #fff;
    bottom: inherit;
  }

  .sec2 li:hover a .text {
    color: inherit;
  }

  .sec2 li:hover a .text:after {
    display: none;
  }

  .sec5 {
    padding: 0px 0 10px;
  }

  .sec5 .swiper-slide {
    border-radius: 10px;
  }

  .sec5 .swiper-slide h3 {
    font-size: 16px;
    line-height: 50px;
    margin-top: 0px;
  }

  .sec5 .swiper {
    padding-bottom: 40px;
    margin-bottom: 10px;
  }

  .sec5 .swiper-pagination span {
    width: 12px;
    height: 12px;
  }

  .sec5 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
  }

  .sec6 {
    padding: 20px 0 10px;
    background: url(../images/index/dd_bg.png) #daebf8 repeat;
  }

  .sec6 .ul1 {
    padding: 0;
    margin: 0 20px;
  }

  .sec6 .ul1 li {
    float: inherit;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dedede;
  }

  .sec6 .ul1 li a {
    padding: 30px 20px;
  }

  .sec6 .ul1 li a h3 {
    margin-top: 12px;
    font-size: 16px;
  }

  .sec6 .ul1 li a span.mor {
    margin: 10px 0;
    width: 110px;
    line-height: 34px;
    font-size: 14px;
  }

  .sec6 .ul2 li {
    width: 100%;
    float: inherit;
    padding: 10px 20px;
  }

  .sec6 .ul2 li a {
    padding: 16px 20px 40px;
  }

  .sec6 .ul2 li a h3 {
    font-size: 16px;
    padding-right: 40px;
    background: url(../images/index/icon1.png) no-repeat right 4px center;
  }

  .sec6 .ul2 li a p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }

  .sec6 .ul2 li a b {
    width: 36px;
    height: 36px;
    left: 20px;
  }

  .sec6 .ul2 {
    margin-top: 10px;
  }

  .sec .more a {
    margin-bottom: 20px;
  }
}
